<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webapp.import.actions.override">

  <require>org.nuxeo.ecm.webapp.import.actions</require>

  <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action help="desc.smart.import.file" id="dndBulkImportDocuments" label="label.smart.import" link="" order="10">
      <category>IMPORT_DOCUMENTS</category>
      <properties>
        <property name="chainId">FileManager.ImportWithMetaDataInSeam</property>
        <property name="layout">bulkImport@create</property>
      </properties>
    </action>

  </extension>

</component>
